home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / datee / datee400.exe / DATEEDIT.INF < prev    next >
Windows Setup INFormation  |  2001-12-01  |  3KB  |  80 lines

  1. ; Application: Ninotech Date Edit
  2. ; Version    : 4.0
  3. ; Copyright  : Copyright ⌐ 1998-2001 Ninotech
  4. ; ---------------------------------------------------------------------------
  5.  
  6. [Version]
  7. Signature=$Chicago$
  8. Provider=%Author%
  9. SetupClass=BASE
  10. Class=NoDriver
  11.  
  12. [ThisDll32.Add.Reg]
  13. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  14. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
  15. HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
  16. HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  17. HKCU,""Software\%Author%\%Product%\%Version%"","ActivePage",,
  18.  
  19. [ThisDll32.Add.Reg.NT]
  20. HKCR,""CLSID\%CLSID%"",,,"%Desc%"
  21. HKCR,""CLSID\%CLSID%\InprocServer32"",,,"%11%\%SubDir%\%ThisDll32%"
  22. HKCR,""CLSID\%CLSID%\InprocServer32"","ThreadingModel",,"Apartment"
  23. HKCR,""*\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  24. HKCR,""Directory\ShellEx\ContextMenuHandlers\%LibName%"",,,"%CLSID%"
  25. HKCU,""Software\%Author%\%Product%\%Version%"","ActivePage",,
  26.  
  27. [ThisDll32.Uninst.Reg]
  28. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  29. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  30. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  31.  
  32. [ThisDll32.Uninst.Reg.NT]
  33. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"",,,
  34. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","DisplayName",,"%Desc_Ver%"
  35. HKLM,""SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\%LibName%"","UninstallString",,"RunDll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultUninstall 132 %11%\%SubDir%\%ThisInf%"
  36.  
  37. [SourceDisksNames]
  38. 1=%Desc_Ver%,,0
  39.  
  40. [SourceDisksFiles]
  41. DateEd32.dll=1
  42. DateEdit.hlp=1
  43.  
  44. [DestGrp32]
  45. DateEd32.dll
  46. DateEdit.hlp
  47. DateEdit.inf
  48.  
  49. [DestinationDirs]
  50. DestGrp32=11,%SubDir%
  51.  
  52. [DefaultInstall]
  53. CopyFiles=DestGrp32
  54. AddReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
  55.  
  56. [DefaultInstall.ntx86]
  57. CopyFiles=DestGrp32
  58. AddReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
  59.  
  60. [DefaultUninstall]
  61. DelFiles=DestGrp32
  62. DelReg=ThisDll32.Add.Reg,ThisDll32.Uninst.Reg
  63.  
  64. [DefaultUninstall.ntx86]
  65. DelFiles=DestGrp32
  66. DelReg=ThisDll32.Add.Reg.NT,ThisDll32.Uninst.Reg.NT
  67.  
  68. [Strings]
  69. Author    = "Ninotech"
  70. Product   = "Ninotech Date Edit"
  71. Version   = "4.0"
  72. Desc      = "Ninotech Date Edit Shell Extension"
  73. Desc_Ver  = "Ninotech Date Edit 4.0"
  74. Copyright = "Copyright ⌐ 1998-2001 Ninotech"
  75. ThisDll32 = "DateEd32.dll"
  76. ThisInf   = "DateEdit.inf"
  77. SubDir    = "ShellExt"
  78. LibName   = "Ninotech Date Edit"
  79. CLSID     = "{EECEEFEE-3DF7-11D0-9576-0000837A2FDD}"
  80.